Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for chopping programs before the Termination plugin runs #832

Closed
wants to merge 2 commits into from

Conversation

jcp19
Copy link
Contributor

@jcp19 jcp19 commented Jan 10, 2025

Currently, the chopper expects to receive code after all plugins have executed. Unfortunately, this requirement is often impractical, especially when one uses the SilFrontend API, which makes it impractical to access the program after all plugins have run. This PR extends the chopper to support code prior to the termination plugin. Note that the chopper may also work before running other plugins, like the refute plugin, but this needs to be checked on a per-plugin basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant